func crypto/internal/nistec.p256LittleToBig

5 uses

	crypto/internal/nistec (current package)
		p256_asm.go#L284: func p256LittleToBig(res *[32]byte, in *p256Element)
		p256_asm.go#L478: 	p256LittleToBig((*[32]byte)(out[1:33]), x)
		p256_asm.go#L479: 	p256LittleToBig((*[32]byte)(out[33:65]), y)
		p256_asm.go#L517: 	p256LittleToBig((*[32]byte)(out[:]), x)
		p256_asm.go#L541: 	p256LittleToBig((*[32]byte)(out[1:33]), x)